net/http.http2stream.writeDeadline (field)
10 uses
net/http (current package)
h2_bundle.go#L4526: writeDeadline http2timer // nil if unused
h2_bundle.go#L5508: if st.writeDeadline != nil {
h2_bundle.go#L5509: st.writeDeadline.Stop()
h2_bundle.go#L6000: st.writeDeadline = sc.srv.afterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)
h2_bundle.go#L6676: if st.writeDeadline != nil {
h2_bundle.go#L6677: if !st.writeDeadline.Stop() {
h2_bundle.go#L6683: st.writeDeadline = nil
h2_bundle.go#L6684: } else if st.writeDeadline == nil {
h2_bundle.go#L6685: st.writeDeadline = sc.srv.afterFunc(deadline.Sub(sc.srv.now()), st.onWriteTimeout)
h2_bundle.go#L6687: st.writeDeadline.Reset(deadline.Sub(sc.srv.now()))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |